﻿2026-09-18T10:52:09.0498895Z ##[group]Run $floorBytes = 32GB
2026-09-18T10:52:09.0499350Z [36;1m$floorBytes = 32GB[0m
2026-09-18T10:52:09.0500460Z [36;1m$drive = (Get-Item $env:GITHUB_WORKSPACE).PSDrive[0m
2026-09-18T10:52:09.0500851Z [36;1m$freeBytes = [int64]$drive.Free[0m
2026-09-18T10:52:09.0501226Z [36;1m$verdict = if ($freeBytes -lt $floorBytes) { 'RED' } else { 'PASS' }[0m
2026-09-18T10:52:09.0501862Z [36;1mWrite-Host "FLOOR_START job=unit runner=Windows free_bytes=$freeBytes floor_bytes=$floorBytes verdict=$verdict sample=INSTANT"[0m
2026-09-18T10:52:09.0502470Z [36;1mif ($freeBytes -lt $floorBytes) {[0m
2026-09-18T10:52:09.0502920Z [36;1m  Write-Error "RESOURCE=disk drive=$($drive.Root) free_bytes=$freeBytes floor_bytes=$floorBytes"[0m
2026-09-18T10:52:09.0503306Z [36;1m  exit 1[0m
2026-09-18T10:52:09.0503513Z [36;1m}[0m
2026-09-18T10:52:09.0513014Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-09-18T10:52:09.0513339Z ##[endgroup]
2026-09-18T10:52:09.3834717Z FLOOR_START job=unit runner=Windows free_bytes=137451130880 floor_bytes=34359738368 verdict=PASS sample=INSTANT
